我试图通过ParseQuerys类中的方法调用AsyncTask,以在我的片段lvRestaurantFrag的ListView中使用该信息。问题在于该方法返回null,因为AsyncTask没有到达onPostExecute。我不知道该如何解决。 在这里,我留下我的代码: JSON格式 API链接 [ { “ idBranchRestaurant”:1, “ idRestaurant”:1, “餐厅”:{ “ idRestaurant”:1, “ name”:“ Don Julio”, “ description”:“ La mejor parrilla para cualquier turista”, “社交网络”:[ { “ idSocialNetworkRestaurant”:1, “ idRestaurant”:1, “ idTypeSocialNetwork”:1, “ value”:“ www.donjulio.com.ar”, “类型”:{ “ idTypeSocialNetwork”:1, “ name”:“网站”, “ icon”:“ website_ic.jpg” } } ] }, “ idRangePriceBranch”:1, “ RangePrice”:{ “ idRangePriceBranch”:1, “ idBranchRestaurant”:1, “最低”:300, “最大”:600 }, “ name”:“巴拉圭”, “照片”:[ { “ idBranchPhoto”:4, “ idBranchRestaurant”:1, “ branch”:空, “ idUser”:0, “用户”:空, “照片”:“ entradaDonJulio.jpg” } ], “美食”:[ { “ idCousine”:1, “名称”:“ Parrilla” } ], “菜单”:[ { “ idTypeMenu”:1, “ name”:“ Mediodia”, “ idBranchRestaurant”:1, “标牌”:空 }, { “ idTypeMenu”:2, “ name”:“ Noche”, “ idBranchRestaurant”:1, “标牌”:空 } ], “筛选”:[ { “ idTypeFilter”:2, “名称”:“家庭”, “ icon”:“ family_ic.jpg” } ], “服务”:[ { “ idService”:2, “名称”:“ Comida para celiacos” }, { “ idService”:1, “名称”:“ Wifi” } ], “时间表”:[ { “ idTimetableBranch”:11, “ idBranchRestaurant”:1, “ idDay”:2, “ openingHour”:“ 19小时”, “ closingHour”:“ 24 hs”, “天”:{ “ idDay”:2, “名称”:“星期二” } }, { “ idTimetableBranch”:10, “ idBranchRestaurant”:1, “ idDay”:2, “ openingHour”:“ 12小时”, “ closingHour”:“ 16 hs”, “天”:{ “ idDay”:2, “名称”:“星期二” } }, { “ idTimetableBranch”:9, “ idBranchRestaurant”:1, “ idDay”:1, “ openingHour”:“ 19小时”, “ closingHour”:“ 24 hs”, “天”:{ “ idDay”:1, “名称”:“星期一” } }, { “ idTimetableBranch”:8, “ idBranchRestaurant”:1, “ idDay”:1, “ openingHour”:“ 12小时”, “ closingHour”:“ 16 hs”, “天”:{ “ idDay”:1, “名称”:“星期一” } }, { “ idTimetableBranch”:12, “ idBranchRestaurant”:1, “ idDay”:3, “ openingHour”:“ 12小时”, “ closingHour”:“ 16 hs”, “天”:{ “ idDay”:3, “名称”:“星期三” } }, { “ idTimetableBranch”:13, “ idBranchRestaurant”:1, “ idDay”:3, “ openingHour”:“ 19小时”, “ closingHour”:“ 24 hs”, “天”:{ “ idDay”:3, “名称”:“星期三” } }, { “ idTimetableBranch”:14, “ idBranchRestaurant”:1, “ idDay”:4, “ openingHour”:“ 12小时”, “ closingHour”:“ 16 hs”, “天”:{ “ idDay”:4, “名称”:“星期四” } }, { “ idTimetableBranch”:15, “ idBranchRestaurant”:1, “ idDay”:4, “ openingHour”:“ 19小时”, “ closingHour”:“ 24 hs”, “天”:{ “ idDay”:4, “名称”:“星期四” } }, { “ idTimetableBranch”:16, “ idBranchRestaurant”:1, “ idDay”:5, “ openingHour”:“ 12小时”, “ closingHour”:“ 16 hs”, “天”:{ “ idDay”:5, “名称”:“星期五” } }, { “ idTimetableBranch”:17, “ idBranchRestaurant”:1, “ idDay”:5, “ openingHour”:“ 19小时”, “ closingHour”:“ 2 hs”, “天”:{ “ idDay”:5, “名称”:“星期五” } } ], “纬度”:“ 87654322”, “经度”:“ 23456789”, “校准”:为空, “平均食物”:4.0, “ averageService”:4.0, “ averageAmbience”:4.0, “平均校准”:4.0, “晋升”:[ { “ idPromotion”:3, “ idTypePromotion”:2, “ code”:“ DIADELPADRE”, “名称”:“ Dia Del Padre Regalo”, “ startDate”:“ 2017-06-26T00:00:00”, “ expireDate”:“ 2017-06-18T00:00:00”, “ description”:“ postre de regalo”, “值”:100, “类型”:{ “ idTypePromotion”:2, “名称”:“礼物” } } ] }, { “ idBranchRestaurant”:2, “ idRestaurant”:2, “餐厅”:{ “ idRestaurant”:2, “名称”:“ La Hormiga”, “ description”:“ el lugar explota de gente y en especial de gente de ort”, “社交网络”:[ { “ idSocialNetworkRestaurant”:2, “ idRestaurant”:2, “ idTypeSocialNetwork”:2, “ value”:“ www.facebook.com/LaHormiga”, “类型”:{ “ idTypeSocialNetwork”:2, “ name”:“ Facebook”, “ icon”:“ fb_ic.jpg” } } ] }, “ idRangePriceBranch”:1, “ RangePrice”:{ “ idRangePriceBranch”:1, “ idBranchRestaurant”:1, “最低”:300, “最大”:600 }, “ name”:“ Ort”, “照片”:[ { “ idBranchPhoto”:5, “ idBranchRestaurant”:2, “ branch”:空, “ idUser”:0, “用户”:空, “照片”:“ entradaLaHormiga.jpg” } ], “美食”:[ { “ idCousine”:2, “名称”:“披萨” } ], “菜单”:[ { “ idTypeMenu”:3, “ name”:“ Mediodia”, “ idBranchRestaurant”:2, “标牌”:空 } ], “筛选”:[ { “ idTypeFilter”:1, “ name”:“有折扣”, “ icon”:“ discount_ic.jpg” } ], “服务”:[ { “ idService”:3, “名称”:“ Aire acondicionado” }, { “ idService”:1, “名称”:“ Wifi” } ], “时间表”:[ { “ idTimetableBranch”:18, “ idBranchRestaurant”:2, “ idDay”:6, “ openingHour”:“ 11小时”, “ closingHour”:“ 15小时”, “天”:{ “ idDay”:6, “名称”:“星期六” } }, { “ idTimetableBranch”:19, “ idBranchRestaurant”:2, “ idDay”:7, “ openingHour”:“ 11小时”, “ closingHour”:“ 15小时”, “天”:{ “ idDay”:7, “名称”:“星期日” } } ], “纬度”:“ 234567897”, “经度”:“ 123456789”, “校准”:为空, “平均食物”:5.0, “ averageService”:5.0, “ averageAmbience”:5.0, “平均校准”:5.0, “晋升”:[ ] }, { “ idBranchRestaurant”:3, “ idRestaurant”:3, “餐厅”:{ “ idRestaurant”:3, “ name”:“ paja rota”, “ description”:“ La mejor parrilla de ramosmejia”, “社交网络”:[ { “ idSocialNetworkRestaurant”:3, “ idRestaurant”:3, “ idTypeSocialNetwork”:3, “ value”:“ twitter.com/Pajarota”, “类型”:{ “ idTypeSocialNetwork”:3, “ name”:“ Twitter”, “ icon”:“ ic_twitter.png” } } ] }, “ idRangePriceBranch”:3, “ RangePrice”:{ “ idRangePriceBranch”:3, “ idBranchRestaurant”:3, “最低”:50, “最大”:250 }, “名称”:“ Ramos MEjia”, “照片”:[ { “ idBranchPhoto”:6, “ idBranchRestaurant”:3, “ branch”:空, “ idUser”:0, “用户”:空, “照片”:“ EntradaPajaRota.jpg” } ], “美食”:[ { “ idCousine”:1, “名称”:“ Parrilla” } ], “菜单”:[ { “ idTypeMenu”:4, “ name”:“ Mediodia”, “ idBranchRestaurant”:3, “标牌”:空 }, { “ idTypeMenu”:5, “ name”:“ Noche”, “ idBranchRestaurant”:3, “标牌”:空 } ], “筛选”:[ { “ idTypeFilter”:2, “名称”:“家庭”, “ icon”:“ family_ic.jpg” } ], “服务”:[ { “ idService”:1, “名称”:“ Wifi” }, { “ idService”:4, “名称”:“ Carta de Braille” } ], “时间表”:[ { “ idTimetableBranch”:20, “ idBranchRestaurant”:3, “ idDay”:5, “ openingHour”:“ 12小时”, “ closingHour”:“ 16 hs”, “天”:{ “ idDay”:5, “名称”:“星期五” } }, { “ idTimetableBranch”:21, “ idBranchRestaurant”:3, “ idDay”:5, “ openingHour”:“ 19小时”, “ closingHour”:“ 2 hs”, “天”:{ “ idDay”:5, “名称”:“星期五” } }, { “ idTimetableBranch”:22, “ idBranchRestaurant”:3, “ idDay”:6, “ openingHour”:“ 12小时”, “ closingHour”:“ 16 hs”, “天”:{ “ idDay”:6, “名称”:“星期六” } }, { “ idTimetableBranch”:23, “ idBranchRestaurant”:3, “ idDay”:6, “ openingHour”:“ 19小时”, “ closingHour”:“ 2 hs”, “天”:{ “ idDay”:6, “名称”:“星期六” } }, { “ idTimetableBranch”:24, “ idBranchRestaurant”:3, “ idDay”:7, “ openingHour”:“ 12小时”, “ closingHour”:“ 16 hs”, “天”:{ “ idDay”:7, “名称”:“星期日” } } ], “纬度”:“ 12345678”, “经度”:“ 87654321”, “校准”:为空, “平均食物”:5.0, “ averageService”:5.0, “ averageAmbience”:5.0, “平均校准”:5.0, “晋升”:[ ] }, { “ idBranchRestaurant”:4, “ idRestaurant”:4, “餐厅”:{ “ idRestaurant”:4, “ name”:“ la espiga”, “ description”:“ el mejor lugar para comer pasta”, “社交网络”:[ { “ idSocialNetworkRestaurant”:4, “ idRestaurant”:4, “ idTypeSocialNetwork”:4, “ value”:“ instagram.com/laespiga”, “类型”:{ “ idTypeSocialNetwork”:4, “名称”:“ Instagram”, “ icon”:“ ic_Instagram.png” } } ] }, “ idRangePriceBranch”:4, “ RangePrice”:{ “ idRangePriceBranch”:4, “ idBranchRestaurant”:4, “最低”:80, “最大”:150 }, “ name”:“ Almagro”, “照片”:[ { “ idBranchPhoto”:7, “ idBranchRestaurant”:4, “ branch”:空, “ idUser”:0, “用户”:空, “照片”:“ EntradaLaEspiga.jpg” } ], “美食”:[ { “ idCousine”:4, “名称”:“意大利面” } ], “菜单”:[ { “ idTypeMenu”:6, “ name”:“ Tarde”, “ idBranchRestaurant”:4, “标牌”:空 } ], “筛选”:[ { “ idTypeFilter”:1, “ name”:“有折扣”, “ icon”:“ discount_ic.jpg” } ], “服务”:[ { “ idService”:1, “名称”:“ Wifi” }, { “ idService”:3, “名称”:“ Aire acondicionado” } ], “时间表”:[ { “ idTimetableBranch”:26, “ idBranchRestaurant”:4, “ idDay”:1, “ openingHour”:“ 16小时”, “ closingHour”:“ 19 hs”, “天”:{ “ idDay”:1, “名称”:“星期一” } }, { “ idTimetableBranch”:27, “ idBranchRestaurant”:4, “ idDay”:2, “ openingHour”:“ 16小时”, “ closingHour”:“ 19 hs”, “天”:{ “ idDay”:2, “名称”:“星期二” } }, { “ idTimetableBranch”:28, “ idBranchRestaurant”:4, “ idDay”:3, “ openingHour”:“ 16小时”, “ closingHour”:“ 19 hs”, “天”:{ “ idDay”:3, “名称”:“星期三” } }, { “ idTimetableBranch”:29, “ idBranchRestaurant”:4, “ idDay”:4, “ openingHour”:“ 16小时”, “ closingHour”:“ 19 hs”, “天”:{ “ idDay”:4, “名称”:“星期四” } }, { “ idTimetableBranch”:30, “ idBranchRestaurant”:4, “ idDay”:5, “ openingHour”:“ 16小时”, “ closingHour”:“ 19 hs”, “天”:{ “ idDay”:5, “名称”:“星期五” } } ], “纬度”:“ 87657467”, “经度”:“ 45254567”, “校准”:为空, “平均食物”:5.0, “ averageService”:5.0, “ averageAmbience”:5.0, “平均校准”:5.0, “晋升”:[ ] } ] ParseQuery类别 私有字符串服务器=“ http://appmorfando.azurewebsites.net/api/”; ParsingObjects parse = new ParsingObjects(); //查询列表分支 私有ArrayList分支=新的ArrayList (); public ArrayList getAllBranch(int limit,int offset){ new BranchGetAll()。execute(“ branch /”,limit +“”,offset +“”); 返回分支; } 私有类BranchGetAll扩展了AsyncTask > { 受保护的void onPostExecute(ArrayList datos){ super.onPostExecute(datos); 分支机构= datos; } @Override 受保护的ArrayList doInBackground(String ... parametros){ 字符串url = parametros [0] + parametros [1] +“ /” + parametros [2]; ArrayList branchList = new ArrayList (); OkHttpClient客户端=新的OkHttpClient(); 请求请求=新的Request.Builder() .url(服务器+网址) 。建造(); 字符串resultado; 尝试 { 响应响应= client.newCall(request).execute(); // Llamo al API Rest servicio1 en ejemplo.com resultado = response.body()。string(); } catch(IOException e){ Log.d(“ Error”,e.getMessage()); //网络错误 返回null; } 尝试{ JSONArray jsonBranch =新的JSONArray(resultado); 为(int i = 0; i listBranches; 公共视图onCreateView(LayoutInflater充气器,ViewGroup组,捆绑数据){ 查看返回 toReturn = inflater.inflate(R.layout.frag_restaurant_lv,group,false); main =(MainActivity)getActivity(); pq = new ParseQuery(); restaurantItems =(ListView)toReturn.findViewById(R.id.lvRestaurantItems); //这里为null,因此适配器大小为0 listBranches = pq.getAllBranch(10,0); 适配器=新的lvRestaurantAdapter(listBranches,main); restaurantItems.setAdapter(adapter); restaurantItems.setOnItemClickListener(this); 返回返回; } @Override public void onItemClick(AdapterView <?>父级,视图视图,int位置,长ID){ int idBranch = adapter.getId(position); main.BranchSelected(idBranch); } }
2021-02-24 08:20:02
这里有两件事: 您怎么知道您的asynctask尚未到达onpostexecute?您所附的代码不会覆盖onpostexecute。让我们尝试实现该方法,并做一个简单的logcat或system.out进行确认。 您的asynctask是从服务器获取Json对象,并将其包装到要返回的列表中。导致失败的方式有很多,例如服务器连接错误或json解析不正确。我会仔细测试您的连接和数据结构,以确保null是asynctask导致的。 测试的最简单方法之一是注释掉所有与连接和json相关的代码,然后返回您知道有效的手动填充列表。这将有助于隔离出现故障的区域。 1个 | 你的答案 StackExchange.ifUsing(“ editor”,function(){ StackExchange.using(“ externalEditor”,function(){ StackExchange.using(“ snippets”,function(){ StackExchange.snippets.init(); }); }); },“代码段”); StackExchange.ready(function(){ var channelOptions = { 标签:“” .split(“”), id:“ 1” }; initTagRenderer(“”。split(“”),“” .split(“”),channelOptions); StackExchange.using(“ externalEditor”,function(){ //如果启用了摘要,则必须在摘要后触发编辑器 如果(StackExchange.settings.snippets.snippetsEnabled){ StackExchange.using(“ snippets”,function(){ createEditor(); }); } 别的 { createEditor(); } }); 函数createEditor(){ StackExchange.prepareEditor({ useStacksEditor:否, heartbeatType:“答案”, autoActivateHeartbeat:否, convertImagesToLinks:是, noModals:是的, showLowRepImageUploadWarning:是的, 声望:ToPostImages:10, bindNavPrevention:正确, 后缀:“”, imageUploader:{ brandingHtml:“采用\ u003ca href = \“ https://imgur.com/ \” \ u003e \ u003csvg class = \“ svg-icon \” width = \“ 50 \” height = \“ 18 \” viewBox = \“ 0 0 50 18 \” fill = \“ none \” xmlns = \“ http://www.w3.org/2000/svg \” \ u003e \ u003cpath d = \“ M46.1709 9.17788C46.1709 8.26454 46.2665 7.94324 47.1084 7.58816C47.4091 7.46349 47.7169 7.36433 48.0099 7.26993C48.9099 6.97997 49.672 6.73443 49.672 5.93063C49.672 5.22043 48.9832 4.61182 48.1414 4.61182C47.4335 4.61182 46.7256 4.91628 46.0943 5.50789C45.74.6 4.313.6412 4.313.6662 43.1481 6.59048V11.9512C43.1481 13.2535 43.6264 13.8962 44.6595 13.8962C45.6924 13.8962 46.1709 13.2535 46.1709 11.9512V9.17788Z \“ / \ u003e \ u003cpath d = \” M32.492 10.1419C32.492 12.6954 34.1182 14.048437.0451 14.0484 41.5985 12.6954 41.5985 10.1419V6.59049C41.5985 5.28821 41.1394 4.66232 40.1061 4.66232C39.0732 4.66232 38.5948 5.28821 38.5948 6.59049V9.60062C38.5948 10.8521 38.2696 11.5455 37.0451 11.5455C35.8209 11.5455 35.4954 10.8 521 35.4954 9.60062V6.59049C35.4954 5.28821 35.0173 4.66232 34.0034 4.66232C32.9703 4.66232 32.492 5.28821 32.492 6.59049V10.1419Z \“ / \ u003e \ u003cpath fill-rule = \” evenodd \“ clip-rule = \” evenodd \“ d = \“ M25.6622 17.6335C27.8049 17.6335 29.3739 16.9402 30.2537 15.6379C30.8468 14.7755 30.9615 13.5579 30.9615 11.9512V6.59049C30.9615 5.28821 30.4833 4.66231 29.4502 4.66231C28.9913 4.66231 28.4555 4.94978 28.1109 5.50789C6.723 4.5608.787 .1369 4.56087 21.0134 6.57349 21.0134 9.27932C21.0134 11.9852 23.003 13.913 25.3754 13.913C26.5612 13.913 27.4607 13.4902 28.1109 12.6616C28.1109 12.7229 28.1161 12.7799 28.121 12.8346C28.1256 12.8854 28.1301 12.9342 28.1301 12.983C28.14.3349 14.732 15.2321 24.1352 14.9821 23.5661 14.7787C23.176 14.6393 22.8472 14.5218 22.5437 14.5218C21.7977 14.5218 21.2429 15.0123 21.2429 15.6887C21.2429 16.7375 22.9072 17.6335 25.6622 17.6335ZM24.1317 9.27932C24.1317 7.94324 24.9928 7.09766 26.1024 27.2119 7.09766 28.0918 7.94324 28.0918 9.27932C28.0918 10.6321 27.2311 11.5116 26.1024 11.5116C24.9737 11.5116 24.1317 10.6491 24.1317 9.27932Z \“ / \ u003e \ u003cpath d = \” M16.8045 11.9512C16.8045 13.2535 17.2637 13.89629.31965 19.8079 13.2535 19.8079 11.9512V8.12928C19.8079 5.82936 18.4879 4.62866 16.4027 4.62866C15.1594 4.62866 14.279 4.98375 13.3609 5.88013C12.653 5.05154 11.6581 4.62866 10.3573 4.62866C9.34336 4.62866 8.57809 4.89931 7.9466 5.5079C7.510506203 4。 5.00066 5.28821 5.00066 6.59049V11.9512C5.00066 13.2535 5.47873 13.8962 6.51203 13.8962C7.54479 13.8962 8.0232 13.2535 8.0232 11.9512V8.90741C8.0232 7.58817 8.44431 6.91179 9.53458 6.91179C10.5104 6.91179 10.893 7.58817 10.893 8.9410811.93.8962 C13.4375 13.8962 13.9157 13.2535 13.9157 11.9512V8.90741C13.9157 7.58817 14.3365 6.91179 15.4269 6.91179C16.4027 6.91179 16.8045 7.58817 16.8045 8.94108V11.9512Z \“ / \ u003e \ u003cpath d = \“ M3.31675 6.59049C3.31675 5.28821 2.83866 4.66232 1.82471 4.66232C0.791758 4.66232 0.313354 5.28821 0.313354 6.59049V11.9512C0.313354 13.2535 0.791758 13.8962 1.82471 13.8962C2.85798 13.8962 3.31675 13.2535 3.3167511.9512V6.59049Z \“ / \ u003e \ u003cpath d = \” M1.87209 0.400291C0.843612 0.400291 0 1.1159 0 1.98861C0 2.87869 0.822846 3.57676 1.87209 3.57676C2.90056 3.57676 3.7234 2.87869 3.7234 1.98861C3.7234 1.1159 2.90056 0.400291 1.87209 \“ fill = \”#1BB76E \“ / \ u003e \ u003c / svg \ u003e \ u003c / a \ u003e”, contentPolicyHtml:“根据\ u003ca href = \“ https://stackoverflow.com/help/licensing \” \ u003ecc by-sa \ u003c / a \ u003e \ u003ca href = \“ https://stackoverflow.com获得许可的用户贡献/ legal / content-policy \“ \ u003e(内容策略)\ u003c / a \ u003e”, allowUrls:是 }, onDemand:是的, dispatchSelector:“。discard-answer” ,立即ShowMarkdownHelp:true,enableTables:true,enableSnippets:true }); } }); 感谢您为Stack Overflow提供答案! 请务必回答问题。提供详细信息并分享您的研究! 但是要避免... 寻求帮助,澄清或回答其他答案。 根据意见发表声明;用参考或个人经验来备份它们。 要了解更多信息,请参阅有关编写出色答案的提示。 草稿已保存 草稿丢弃 注册或登录 StackExchange.ready(function(){ StackExchange.helpers.onClickDraftSave('#login-link'); }); 使用Google注册 使用Facebook注册 使用电子邮件和密码注册 提交 以访客身份发布 姓名 电子邮件 必需,但从未显示 StackExchange.ready( 功能 () { StackExchange.openid.initPostLogin('。new-post-login','https%3a%2f%2fstackoverflow.com%2fquestions%2f45538107%2fcall-asynctack-来自其他类并返回null-android-studio% 23new-answer”,“ question_page”); } ); 以访客身份发布 姓名 电子邮件 必需,但从未显示 发表您的答案 丢弃 点击“发布答案”,即表示您同意我们的服务条款,隐私政策和Cookie政策 不是您要找的答案?浏览标记为java android json android-asynctask的其他问题,或询问您自己的问题。